Fully Qualified Name: | Laminas\Mvc\Console\Service\ConsoleViewManagerFactory |
Implements: | FactoryInterface |
Name | Description | Defined By |
---|---|---|
__invoke() | Create and return the view manager for the console environment | ConsoleViewManagerFactory |
createService() | Create and return ConsoleViewManager instance | ConsoleViewManagerFactory |
Create and return the view manager for the console environment
Parameter Name | Type | Description |
---|---|---|
$container | \ContainerInterface | |
$name | string | |
$options | null|array |
Returns: \ConsoleViewManager
Create and return ConsoleViewManager instance
For use with laminas-servicemanager v2; proxies to __invoke().
Parameter Name | Type | Description |
---|---|---|
$container | \ServiceLocatorInterface |
Returns: \ConsoleViewManager